home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / configure.in < prev    next >
Encoding:
Text File  |  1992-04-11  |  1.6 KB  |  67 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. configdirs="mmalloc libiberty bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof"
  7. srctrigger=cfg-paper.texi
  8. srcname="gnu development package"
  9.  
  10. # per-host:
  11.  
  12. # XXX - FIXME there needs to be a case for mh_dgux
  13.  
  14. case "${host_os}" in
  15. aix*)        host_makefile_frag=config/mh-aix ;;
  16. m88kbcs)    host_makefile_frag=config/mh-delta88;;
  17. sysv4*)        host_makefile_frag=config/mh-sysv4 ;;
  18. sysv* | irix3)    host_makefile_frag=config/mh-sysv ;;
  19. sco*)        host_makefile_frag=config/mh-sco ;;
  20. irix4)        host_makefile_frag=config/mh-irix4 ;;
  21. ultrix*)
  22.     case "${host_cpu}" in
  23.     mips)    host_makefile_frag=config/mh-decstation ;;
  24.     esac
  25. esac
  26.  
  27. case "${host_vendor}" in
  28. apollo*)    case "${host_cpu}" in
  29.         m68k*)
  30.             case "${host_os}" in
  31.             sysv*) host_makefile_frag=config/mh-apollo68 ;;
  32.             bsd*) host_makefile_frag=config/mh-a68bsd ;;
  33.             esac;;
  34.         esac ;;
  35. esac
  36.  
  37. # per-target:
  38.  
  39. bfd_target=
  40.  
  41. case "${target_vendor}" in
  42. amd)
  43.     case "${target_os}" in
  44.         ebmon)     bfd_target="ebmon29k" 
  45.             ;;
  46.         *) echo "bad target_os for amd"    ;;
  47.     esac
  48.     ;;
  49. *)
  50.     bfd_target=${target_alias}
  51.     ;;
  52. esac
  53.  
  54. case "${target_cpu}" in
  55.     mips)  configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
  56.     ;;
  57.     rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//'`
  58. esac
  59.  
  60. target_makefile_frag=config/mt-${bfd_target}
  61.  
  62. #
  63. # Local Variables:
  64. # fill-column: 131
  65. # End:
  66. #
  67.